.sitemap {
    position: relative;
    z-index: 1;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.sitemap::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/banner/5.jpg") no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

.sitemap::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-image: url(../images/bkc/footer.jpg);*/
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -2;
}

.footer-wrapper {
    padding: 3rem 0;
}

.widget-title {
    color: #FFF;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 1.25rem 0;
}

h4.widget-title {
    font-size: 1rem;
}

h3.widget-title {
    font-size: 1.25rem;
    max-width: 10rem;
}

.widget-title em {
    color: #76ab35;
    margin-right: 3px;
    font-size: 1.25rem;
}

.about-widget ul li {
    color: white;
    font-size: 1rem;
    line-height: 1.875rem;
    padding: 0.5625rem 0;
    width: 100%;
    transition: all 0.25s linear;
}

.about-widget ul li:hover {
    /*color: #76ab35;*/
}

.widget-pic {
    display: flex;
    align-items: flex-end;
    margin-top: 1.25rem;
}

.widget-pic .hover-ico:nth-child(2) {
    margin-left: 0.625rem;
    margin-right: 0.1875rem;
}

.widget-pic .hover-ico:nth-child(3) {
    margin-left: 0.1875rem;
}

.widget-pic .hover-ico>i {
    font-size: 2.5rem;
}

.widget-pic .hover-ico:first-child {
    margin-right: 0.1875rem;
}

.widget-pic .hover-ico:hover i::before {
    color: #76ab35 !important;
    transition: all .4s ease;
}

.suit-pic {
    max-width: 10rem;
}

.feedback input,
.feedback textarea {
    border: 0;
    background: #fff;
    font-size: 0.875rem;
    resize: none;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px;
    outline-color: #76ab35;
    color: black;
    border-radius: 5px;
    padding-left: 10px;
}

.feedback textarea {
    padding: 0.9375rem 0 1.875rem 0.625rem;
}

.feedback button {
    outline: none;
    background: #76ab35;
    color: #fff;
    width: 100%;
    line-height: 2.5rem;
    letter-spacing: 2px;
    font-size: 1.125rem;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.copyright {
    background: #2d2d2d none repeat scroll 0 0;
    padding: 10px 0;
    text-align: center;
}

.copyright p {
    color: #fff;
    font-size: 0.8rem;
}

.copyright p a {
    color: #fff;
    font-size: 0.875rem;
    text-decoration: none;
    margin: 0 1rem;
}


/* large */

@media print,
screen and (min-width: 64em) {
    .copyright p {
        font-size: 0.875rem;
    }
}

/* ipad pro */

@media print,
screen and (min-width: 64em) and (max-width: 64rem) {
    h4.widget-title {
        font-size: 1.3rem;
    }
}